home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ami48.exe / COPYAMI.BAT < prev    next >
DOS Batch File  |  1993-10-21  |  190b  |  7 lines

  1. @echo off
  2. echo Installing driver as boot device
  3. echo Please wait...
  4. attrib -r -s -h \ntbootdd.*
  5. copy %systemroot%\system32\drivers\ami0nt.sys \ntbootdd.sys
  6. attrib +r +s +h \ntbootdd.*
  7.